add neon load/store assembly test#154094
Conversation
This comment has been minimized.
This comment has been minimized.
add neon load/store assembly test try-job: test-various
|
LGTM, and the test pass too! @bors r+ |
… r=sayantn add neon load/store assembly test I'm adding this test because it was requested for the beta backport of rust-lang#153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
|
This pull request was unapproved. This PR was contained in a rollup (#154186), which was unapproved. |
d2c1b74 to
b44f9c1
Compare
|
apple formats the assembly slightly differently @bors try job=aarch64-apple |
This comment has been minimized.
This comment has been minimized.
add neon load/store assembly test try-job: aarch64-apple
|
@bors r=sayantn |
… r=sayantn add neon load/store assembly test I'm adding this test because it was requested for the beta backport of rust-lang#153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
…uwer Rollup of 7 pull requests Successful merges: - #122668 (Add APIs for dealing with titlecase) - #153312 (Packages as namespaces part 1) - #153534 (Remove a flaky `got_timeout` assert from two channel tests) - #154094 (add neon load/store assembly test) - #154175 (Add new alias for Guillaume Gomez email address) - #154182 (diagnostics: avoid ICE for undeclared generic parameter in impl) - #154188 (Update the tracking issue for #[diagnostic::on_move])
|
Failed in rollup in @bors r- |
add neon load/store assembly test try-job: armhf-gnu
|
@folkertdev would you prefer to just do a full try build to ensure that it doesn't fail anymore or should I re-approve it? |
|
Lost track of this, I think it should just be good now |
|
ok let's try it out @bors r+ |
… r=sayantn add neon load/store assembly test I'm adding this test because it was requested for the beta backport of rust-lang#153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
… r=sayantn add neon load/store assembly test I'm adding this test because it was requested for the beta backport of rust-lang#153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
…uwer Rollup of 7 pull requests Successful merges: - #149218 (Make PinCoerceUnsized require Deref) - #154094 (add neon load/store assembly test) - #154142 (Delegation: eliminate usage of AST from generics creation) - #154276 (allow `incomplete_features` in more tests) - #154284 (doc: linker-plugin-based LTO: update list of good combinations) - #154286 (Cherry-pick 1.94.1 release notes) - #154303 (Remove more `BuiltinLintDiag` variants - part 2)
|
⌛ Testing commit 35f9cb6 with merge c36ea53... Workflow: https://github.com/rust-lang/rust/actions/runs/23497416934 |
add neon load/store assembly test I'm adding this test because it was requested for the beta backport of #153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
|
@bors yield |
|
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #154316. |
…uwer Rollup of 6 pull requests Successful merges: - #154094 (add neon load/store assembly test) - #154142 (Delegation: eliminate usage of AST from generics creation) - #154276 (allow `incomplete_features` in more tests) - #154284 (doc: linker-plugin-based LTO: update list of good combinations) - #154286 (Cherry-pick 1.94.1 release notes) - #154303 (Remove more `BuiltinLintDiag` variants - part 2)
[beta] backports - stdarch subtree update #153336 (partial) - aarch64: fix UB in non-power-of-two reads and writes rust-lang/stdarch#2042 - add neon load/store assembly test #154094 - don't drop arguments' temporaries in `dbg!` #154074 - Init self_decl with a correct vis #154313 - Update LLVM to 22.1.2 #154344 - [perf] Revert FastISel patch #154511 - core: Destabilize beta-stable `RangeInclusiveIter::remainder` #154459 - Revert "Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup" #154700 - core: Update the feature gate on `TryFrom<integer> for bool` #154691 r? cuviper
[beta] backports - stdarch subtree update #153336 (partial) - aarch64: fix UB in non-power-of-two reads and writes rust-lang/stdarch#2042 - add neon load/store assembly test #154094 - don't drop arguments' temporaries in `dbg!` #154074 - Init self_decl with a correct vis #154313 - Update LLVM to 22.1.2 #154344 - [perf] Revert FastISel patch #154511 - core: Destabilize beta-stable `RangeInclusiveIter::remainder` #154459 - Revert "Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup" #154700 - core: Update the feature gate on `TryFrom<integer> for bool` #154691 r? cuviper
View all comments
I'm adding this test because it was requested for the beta backport of #153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics.
r? sayantn
I believe test-various runs some arm and android tests?
@bors try job=test-various